#include <CppUTest/CommandLineTestRunner.h> int main(int argc, char *argv[]) { return CommandLineTestRunner::RunAllTests(argc, argv); }
OK (0 tests, 0 ran, 0 checks, 0 ignored, 0 filtered out, 0 ms)
You need to enable Javascript in your browser to edit pages.
help on how to format text
Overview
These instructions assume you have already worked through:this and then that.With a working Eclipse Juno + CDT and MinGW and CppUTest built, you are ready to create your first project.
Steps
Basic Project Creation
What you select next depends on your environment
Windows
OS X and *nix
Creating First Main
Project Settings
This includes both project settings and recommended workspace settingsWhile your should be able to compile, you should make a few more changes.
If having the editor complete things like "" and {} bother you:
Build and Run
Hit ctrl-F11 to build and run your tests:<--back